.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.clear {
  clear: both;
}
.page{
    text-align: center;
}
.wejoy_page a{
    padding: 10px 20px;
    margin-left: 2px;
    background-color: #e5e5e5;
    cursor: pointer;
    color: #666;
}
.wejoy_page .on{
    background-color: #0058aa;
    color: #fff;
}
.sildeCur {
  background: url("../images/cur.png") no-repeat 90% center;
  background-color: #e5e5e5;
}

.headerBox {
  padding: 30px 0px;
  position: relative;
}
.headerBox .headerBg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -99;
}
.headerBox .header .logo img {
  max-width: 100%;
  height: auto;
}
.headerBox .header .serchBox {
  width: 360px;
  height: 50px;
  background-color: #ececec;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}
.headerBox .header .serchBox a {
  display: block;
  width: 70px;
  height: 50px;
  background: url("../images/ico_search.png") no-repeat center center;
  position: absolute;
  right: 0;
  top: 0;
}
.headerBox .header .serchBox form {
  width: 100%;
}
.headerBox .header .serchBox form input {
  width: 100%;
  height: 50px;
  padding-left: 10px;
}

.menu-container {
  width: 100%;
  margin: 0 auto;
  background: #0058aa;
}

.menu-mobile {
  display: none;
  padding: 20px 0px;
}
.menu-mobile:after {
  content: "";
  display: block;
  width: 50px;
  height: 42px;
  background: url("../images/navbar.png") no-repeat right center;
  float: right;
  position: relative;
  top: 50%;
  transform: translateY(-25%);
}

.menu-dropdown-icon:before {
  content: "";
  display: none;
  cursor: pointer;
  float: right;
  margin-top: 10px;
  padding: 1em 2em;
  background: url("../images/plus.png") no-repeat center;
}

.menu ul {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding: 0;
  position: relative;
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  box-sizing: border-box;
}
.menu ul:before, .menu ul:after {
  content: "";
  display: table;
}
.menu ul:after {
  clear: both;
}
.menu ul li {
  float: left;
  padding: 0;
  margin: 0;
}
.menu ul li a {
  color: #fff;
  text-decoration: none;
  padding: 15px 1.7em;
  display: block;
}
.menu ul li:hover {
  background: #4c75ad;
}
.menu ul li ul {
  display: none;
  width: 100%;
  background: #0058aa;
  padding: 10px;
  position: absolute;
  z-index: 99;
  left: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}
.menu ul li ul:before, .menu ul li ul:after {
  content: "";
  display: table;
}
.menu ul li ul:after {
  clear: both;
}
.menu ul li ul li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 25%;
  background: none;
  float: left;
}
.menu ul li ul li a {
  color: #fff;
  padding: 0.2em 10px;
  width: 95%;
  display: block;
  border-bottom: 1px solid #ccc;
}
.menu ul li ul li:hover {
  background: #4c75ad;
}
.menu ul li ul li:hover a {
  color: #fff;
  text-align: center;
}
.menu ul li ul.normal-sub {
  width: 300px;
  left: auto;
  padding: 10px 20px;
}
.menu ul li ul.normal-sub li {
  width: 100%;
}
.menu ul li ul.normal-sub li a {
  border: 0;
  padding: 1em 0;
}

.banner .swiper-container .swiper-slide img {
  width: 100%;
  height: auto;
}

.marQuee {
  width: 100%;
  overflow: hidden;
  background-color: #f8fafd;
}
.marQuee .container {
  height: 50px;
}
.marQuee .container .marQueeTittle {
  font-size: 20px;
  font-weight: bold;
  color: #0058aa;
  line-height: 50px;
}
.marQuee .container .marQueeTittle span {
  color: #ff6600;
}
.marQuee .container .scroll {
  width: 80%;
  height: 50px;
  margin: 0 auto;
  overflow: hidden;
  color: #a6a6a6;
}
.marQuee .container .scroll a {
  width: 120px;
  height: 50px;
  margin: auto 8px;
  color: #333;
}
.marQuee .container .scroll ul {
  white-space: nowrap;
}
.marQuee .container .scroll ul li {
  display: inline-block;
  overflow: hidden;
  line-height: 50px;
  color: #a6a6a6;
  margin-right: 40px;
}
.mainContent .row .dynamic .tittle {
  height: 50px;
  margin: 20px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 2px #333333;
  position: relative;
}
.mainContent .row .dynamic .tittle::before {
  content: "";
  display: block;
  width: 10%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: -2px;
  background-color: #0058aa;
  z-index: 99;
}
.mainContent .row .dynamic .tittle h3 {
  font-size: 20px;
  font-weight: bold;
  color:#ff6600;
}
.mainContent .row .dynamic .tittle h3 span {
  color: #0058aa;
}
.mainContent .row .dynamic .dynamicCarousel .swiper-container .swiper-slide {
  max-height: 275px;
  overflow: hidden;
  position: relative;
}
.mainContent .row .dynamic .dynamicCarousel .swiper-container .swiper-slide img {
  width: 100%;
  height: auto;
}
.mainContent .row .dynamic .dynamicCarousel .swiper-container .swiper-slide .textBox {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 14px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.mainContent .row .dynamic .dynamicCarousel .swiper-container .swiper-slide .textBox a {
  color: #fff;
  display: block;
  width: 60%;
}
.mainContent .row .dynamic .dynamicCarousel .swiper-container .swiper-pagination {
  width: 40%;
  left: 60%;
  bottom: 14px;
}
.mainContent .row .dynamic .dynamicCarousel .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
}
.mainContent .row .dynamic .dynamicInfo ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: dashed 1px #e5e5e5;
  padding: 16px 0px;
}
.mainContent .row .dynamic .dynamicInfo ul li a {
  display: block;
  width: 80%;
  font-size: 14px;
  text-decoration: none;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mainContent .row .dynamic .dynamicInfo ul li a::before {
  content: "";
  display: block;
  float: left;
  width: 6px;
  height: 6px;
  background-color: red;
  margin-top: 7px;
  margin-right: 14px;
}
.mainContent .row .dynamic .dynamicInfo ul li a:hover {
  color: #0058aa;
}
.mainContent .row .dynamic .dynamicInfo ul li span {
  color: #878787;
}
.mainContent .row .dynamic .dynamicFast ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mainContent .row .dynamic .dynamicFast ul li {
  display: block;
  width: 48%;
  padding: 10px 0px;
  border-radius: 5px;
  border: solid 1px #0058aa;
  background-color: #f8fafd;
  margin-bottom: 14px;
}
.mainContent .row .dynamic .dynamicFast ul li a {
  text-align: center;
}
.mainContent .row .dynamic .dynamicFast ul li a h3 {
  font-size: 18px;
}
.mainContent .row .dynamic .dynamicFast ul li a h3 img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  margin-right: 5px;
}
.mainContent .banner2 {
  overflow: hidden;
}
.mainContent .banner2 img {
  width: 100%;
  height: auto;
}
.mainContent .Attractive .tittle {
  height: 50px;
  margin: 20px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 2px #333333;
  position: relative;
}
.mainContent .Attractive .tittle::before {
  content: "";
  display: block;
  width: 10%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: -2px;
  background-color: #0058aa;
  z-index: 99;
}
.mainContent .Attractive .tittle h3 {
  font-size: 20px;
  font-weight: bold;
  color: #ff6600;
}
.mainContent .Attractive .tittle h3 span {
  color: #0058aa;
}
.mainContent .Attractive .swiper-container .swiper-slide img {
  max-width: 100%;
  height: auto;
}
.mainContent .Attractive .swiper-container .swiper-slide .textBox {
  display: block;
  width: 100%;
  background-color: #f8fafd;
  padding: 14px;
  text-align: center;
  color: #333333;
}
.mainContent .Attractive .swiper-container .swiper-button-prev {
  width: 30px;
  height: 45px;
  background-color: #f8fafd;
  left: 0;
  top: 45%;
}
.mainContent .Attractive .swiper-container .swiper-button-prev::after {
  font-size: 14px;
}
.mainContent .Attractive .swiper-container .swiper-button-next {
  width: 30px;
  height: 45px;
  background-color: #f8fafd;
  right: 0;
  top: 45%;
}
.mainContent .Attractive .swiper-container .swiper-button-next::after {
  font-size: 14px;
}
.mainContent .blogRoll .tittle {
  height: 50px;
  margin: 20px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 2px #333333;
  position: relative;
}
.mainContent .blogRoll .tittle::before {
  content: "";
  display: block;
  width: 10%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: -2px;
  background-color: #0058aa;
  z-index: 99;
}
.mainContent .blogRoll .tittle h3 {
  font-size: 20px;
  font-weight: bold;
  color: #ff6600;
}
.mainContent .blogRoll .tittle h3 span {
  color: #0058aa;
}
.mainContent .blogRoll ul li {
  float: left;
  background-color: #f8fafd;
  padding: 14px;
  margin-right: 14px;
}

.footer {
  width: 100%;
  padding: 20px 0px;
  margin-top: 40px;
  position: relative;
}
.footer .footerBg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -99;
}
.footer .container ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .container ul li {
  overflow: hidden;
}
.footer .container ul li img {
  max-width: 100%;
  height: auto;
}
.footer .container ul li p {
  color: #fff;
  font-size: 16px;
}
.footer .container ul li h5 {
  color: #fff;
  text-align: center;
}
.footer .gotop {
  width: 50px;
  height: 50px;
  background-color: #0058aa;
  line-height: 50px;
  text-align: center;
  position: absolute;
  right: 2%;
  top: 25%;
  color: #fff;
  cursor: pointer;
}

.footerBt {
  border-top: solid 3px #fde32c;
  padding: 14px 0px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background-color: #0058aa;
}

.insideBanner {
  overflow: hidden;
}
.insideBanner img {
  width: 100%;
  height: auto;
}

.secNav {
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  border-bottom: solid 1px #e6e6e6;
}
.secNav h3 {
  color: #878787;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 50px;
}
.secNav h3::before {
  content: "";
  width: 8px;
  height: 26px;
  display: block;
  float: left;
  margin-top: 14px;
  margin-right: 8px;
  background-color: #0058aa;
}
.secNav h3 a {
  color: #878787;
  font-size: 16px;
}
.secNav h3 a:hover {
  color: #0058aa;
}

.insideContent .row .slideBar h3 {
  font-size: 20px;
  color: #fff;
  background-color: #0058aa;
  width: 100%;
  padding: 36px 0px;
  text-align: center;
  margin-bottom: 0px;
}
.insideContent .row .slideBar ul li {
  overflow: hidden;
  border-bottom: solid 1px #e5e5e5;
}
.insideContent .row .slideBar ul li a {
  width: 100%;
  display: block;
  padding: 14px 0px;
  text-align: center;
  color: #333333;
  text-decoration: none;
}
.insideContent .row .slideBar h4 {
  font-size: 20px;
  color: #fff;
  background-color: #7db4f0;
  width: 100%;
  padding: 20px 0px;
  margin-top: 40px;
  text-align: center;
}
.insideContent .row .slideBar .recommended a {
  overflow: hidden;
}
.insideContent .row .slideBar .recommended a .imgBox img {
  max-width: 100%;
  height: auto;
}
.insideContent .row .slideBar .recommended a p {
  display: block;
  border: solid 1px #e5e5e5;
  padding: 14px;
  text-align: center;
  color: #333333;
}
.insideContent .row .insideTextList ul {
  margin-top: 14px;
}
.insideContent .row .insideTextList ul li {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  border-bottom: dashed 1px #e5e5e5;
  overflow: hidden;
  position: relative;
}
.insideContent .row .insideTextList ul li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: red;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.insideContent .row .insideTextList ul li a {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  color: #333333;
  width: 100%;
  line-height: 50px;
}
.insideContent .row .insideTextList ul li a p {
  display: block;
  width: 70%;
  margin-bottom: 0px;
}
.insideContent .row .insideTextList ul li a span {
  color: #878787;
}
.insideContent .row .insideTextList ul li:hover {
  background-color: #f8fafd;
}
.insideContent .row .insidePersonList ul {
  margin-top: 20px;
}
.insideContent .row .insidePersonList ul li {
  border-bottom: dashed 1px #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.insideContent .row .insidePersonList ul li .row .personImg img {
  width: 100%;
  height: auto;
}
.insideContent .row .insidePersonList ul li .row .personText h3 {
  font-size: 20px;
  color: #333333;
}
.insideContent .row .insidePersonList ul li .row .personText h4 {
  font-size: 20px;
  color: #333333;
  padding-bottom: 14px;
  border-bottom: solid 1px #e5e5e5;
}
.insideContent .row .insidePersonList ul li .row .personText p {
  margin: 14px 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 30px;
  font-size: 14px;
}
.insideContent .row .insidePersonList ul li .row .personText a {
  display: block;
  margin-top: 14px;
  width: 100px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #0058aa;
  color: #fff;
  text-decoration: none;
}
.insideContent .row .insideImgList .row {
  margin-top: 20px;
}
.insideContent .row .insideImgList .row .imgContent {
  margin-bottom: 20px;
}
.insideContent .row .insideImgList .row .imgContent a {
  display: block;
  overflow: hidden;
  text-decoration: none;
}
.insideContent .row .insideImgList .row .imgContent a .imgBox {
  width: 100%;
  overflow: hidden;
}
.insideContent .row .insideImgList .row .imgContent a .imgBox img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
}
.insideContent .row .insideImgList .row .imgContent a p {
  display: block;
  width: 100%;
  padding: 14px;
  background-color: #f8fafd;
  text-align: center;
  margin-bottom: 0px;
  color: #333333;
}
.insideContent .row .insideImgList .row .imgContent a:hover {
  box-shadow: 0px 5px 10px #e1efff;
  transition: all 0.5s;
}
.insideContent .row .insideImgList .row .imgContent a:hover .imgBox img {
  transform: scale(1.1);
}
.insideContent .row .insideGraphicList ul {
  margin-top: 20px;
}
.insideContent .row .insideGraphicList ul li {
  border-bottom: dashed 1px #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.insideContent .row .insideGraphicList ul li .row .personImg img {
  width: 100%;
  height: auto;
}
.insideContent .row .insideGraphicList ul li .row .personText h3 {
  font-size: 20px;
  color: #333333;
}
.insideContent .row .insideGraphicList ul li .row .personText h4 {
  font-size: 20px;
  color: #333333;
  padding-bottom: 14px;
  border-bottom: solid 1px #e5e5e5;
}
.insideContent .row .insideGraphicList ul li .row .personText p {
  margin: 14px 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 30px;
  font-size: 14px;
  color: #333333;
}
.insideContent .row .insideSinglePage h3 {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  border-bottom: dashed 1px #e5e5e5;
  text-align: center;
  padding: 20px 0px;
}
.insideContent .row .insideSinglePage p {
  font-size: 14px;
  line-height: 28px;
  color: #333333;
}
.insideContent .row .insideSinglePage p img {
  width: 100%;
  height: auto;
}
.insideContent .row .insideFormPage img {
  margin-top: 20px;
  width: 100%;
  height: auto;
}
.insideContent .row .insideFormPage h3 {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  border-bottom: dashed 1px #e5e5e5;
  text-align: center;
  padding: 20px 0px;
}
.insideContent .row .insideDetailPage h3 {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  border-bottom: dashed 1px #e5e5e5;
  padding: 20px 0px;
  text-align: center;
}
.insideContent .row .insideDetailPage h3 p {
  font-size: 14px;
  color: #878787;
  font-weight: normal;
  line-height: 40px;
  margin-bottom: 0px;
}
.insideContent .row .insideDetailPage h3 p span {
  margin-left: 14px;
}
.insideContent .row .insideDetailPage p {
  font-size: 14px;
  color: #333333;
  line-height: 28px;
}
.insideContent .row .insideDetailPage img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 14px auto;
}
.insideContent .row .insideDetailPage .PrveAndNext {
  width: 100%;
  border-top: dashed 1px #e5e5e5;
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}
.insideContent .row .insideDetailPage .PrveAndNext a {
  display: block;
  width: 40%;
  color: #878787;
}
.insideContent .row .insideDetailPage .PrveAndNext a span {
  margin-left: 7px;
}
.insideContent .row .insideOrg ul {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.insideContent .row .insideOrg ul li {
  display: block;
  width: 48%;
  height: 80px;
  overflow: hidden;
  color: #0058aa;
  font-weight: bold;
  border-bottom: solid 1px #e5e5e5;
  position: relative;
}
.insideContent .row .insideOrg ul li a {
  display: block;
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-size: 16px;
  color: #333333;
  font-weight: normal;
  padding-left: 28px;
  text-decoration: none;
}
.insideContent .row .insideOrg ul li:hover {
  background-color: #f8fafd;
}
.insideContent .row .insideOrg ul li::before {
  content: "";
  display: block;
  width: 13px;
  height: 10px;
  float: left;
  background: url("../images/twoJian.png") no-repeat left top;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 992px) {
  .menu-container {
    width: 100%;
  }
  .menu-mobile {
    display: block;
    color: #fff;
    font-size: 20px;
  }
  .menu-dropdown-icon:before {
    display: block;
  }
  .menu ul {
    display: none;
  }
  .menu ul li {
    width: 100%;
    float: none;
    display: block;
  }
  .menu ul li a {
    padding: 15px 1em;
    width: 100%;
    display: block;
    font-size: 16px;
  }
  .menu ul li ul {
    background-color: #fff;
    position: relative;
  }
  .menu ul li ul.normal-sub {
    width: 100%;
  }
  .menu ul li ul li {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .menu ul li ul li a {
    color: #333333;
  }
  .menu ul li ul li:first-child {
    margin: 0;
  }
  .menu ul li ul.normal-sub li a {
    padding: 0;
  }
  .menu .show-on-mobile {
    display: block;
    position: absolute;
    border-top: solid 1px #4b73ab;
    top: 68px;
    left: 0;
    z-index: 999;
    background-color: #0058aa;
  }
}
@media screen and (max-width: 767px) {
  .marQuee {
    width: 100%;
    overflow: hidden;
    background-color: #f8fafd;
  }
  .marQuee .container {
    height: 50px;
  }
  .marQuee .container .marQueeTittle {
    font-size: 16px;
    font-weight: bold;
    color: #0058aa;
    line-height: 50px;
  }
  .marQuee .container .marQueeTittle span {
    color: #333333;
  }
  .marQuee .container .scroll_div {
    width: 70%;
    height: 50px;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    color: #a6a6a6;
  }
  .mainContent .blogRoll ul li {
    padding: 14px 7px;
  }
  .footerBt {
    padding: 16px;
    margin-top: 20px;
  }
}/*# sourceMappingURL=style.css.map */